/* @font-face {
  font-family: 'CTCuYuanSF';
  src: url(../fonts/CTCuYuanSF.ttf) format('truetype'), url(../fonts/CTCuYuanSF.eot) format('eot'), url(../fonts/CTCuYuanSF.woff) format('woff'), url(../fonts/CTCuYuanSF.woff2) format('woff2');
} */
body {
  overflow-x: hidden;
  font-family: 'microsoft yahei', Arial, SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
.container {
  width: 1200px;
}
.center {
  text-align: center;
}
#header .nav {
  text-align: center;
  height: 120px;
  background-color: #f4f3f4;
}
#header .nav .logo-box {
  background-color: #027e43;
  padding: 40px 80px 40px;
  box-sizing: border-box;
  display: inline-block;
  height: 120px;
}
#header .nav .item {
  padding: 0;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 18px;
  z-index: 99;
  margin-top: 45px;
}
#header .nav .h-search form {
  width: 215px;
  height: 30px;
  background-color: #fff;
  border: none;
  padding-top: 0px;
  line-height: 30px;
}
#header .nav .h-search form input {
  border: none;
  width: 160px;
  padding-left: 5px;
}
#header .nav .h-search form .submit {
  width: 35px;
  background: url("../images/soso.png") no-repeat center;
  border-left: solid 1px #b3b4b7;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  width: 60%;
  padding-left: 70px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 3.5%;
  text-transform: capitalize;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #7e8286;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #027e43;
}

#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

 color: #027e43;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}



#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #027e43;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-strength {
  padding: 65px 0px 190px;
  position: relative;
}
#index-body .i-strength .str-more{
  width: 180px;
  height:58px;
  background-color: #027e43;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#index-body .i-strength .str-more img{
  display: inline-block;
}
#index-body .i-strength .strength-boxs .str-text-box {
  width: 28%;
  padding-top: 35px;
  text-align: center;
}
#index-body .i-strength .strength-boxs .str-text-box .text {
  text-align: left;
  width: 80%;
  display: inline-block;
}
#index-body .i-strength .strength-boxs .str-text-box .text h3 {
  font-size: 34.7px;
  font-weight: bold;
  margin-bottom: 30px;
}
#index-body .i-strength .strength-boxs .str-text-box .text p {
  font-size: 16px;
  line-height: 2em;
  color: #575050;
}
#index-body .i-strength .strength-boxs .str-text-box .text .more {
  margin-top: 20px;
  display: inline-block;
  width: 180px;
  line-height: 40px;
  background-color: #858585;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
#index-body .i-strength .strength-boxs .str-text-box .text .more:hover {
  background-color: #027e43;
}
#index-body .i-strength .strength-boxs .str-boxs {
  width: 72%;
}
#index-body .i-strength .strength-boxs .str-boxs .column {
  padding: 5px;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box {
  position: relative;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-tu {
  position: relative;
  overflow: hidden;
  height: 405px;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-tu img {
  height: 100%;
  transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  max-width: initial;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-tu .hover-back {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: rgba(2, 126, 67, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-text {
  padding: 20px;
  height: 150px;
  position: absolute;
  bottom: -90px;
  width: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-align: left;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-text h2 {
  color: #027e43;
  font-size: 74px;
  line-height: 1.1em;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box .str-text p {
  font-size: 18.2px;
  color: #858585;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box:hover .str-tu img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-strength .strength-boxs .str-boxs .str-box:hover .str-tu .hover-back {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-strength .strength-boxs .str-boxs .str-box:hover .str-text {
  padding-top: 50px;
  bottom: 30%;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box:hover .str-text h2 {
  color: #fff;
}
#index-body .i-strength .strength-boxs .str-boxs .str-box:hover .str-text p {
  color: #fff;
}
#index-body .i-num {
  background: url("../images/num-back.jpg") no-repeat center;
  height: 228px;
  padding-top: 80px;
}
#index-body .i-num .num-box h4 {
  font-family: 'CTCuYuanSF';
  font-size: 50.4px;
  color: #0bc309;
  line-height: 1.2em;
  background: url("../images/num-jia.png") no-repeat right top;
  display: inline-block;
  padding-right: 15px;
}
#index-body .i-num .num-box h4 i {
  font-size: 50.4px;
}
#index-body .i-num .num-box p {
  font-size: 14px;
  color: #939393;
  padding-right: 15px;
}
#index-body .i-quality {
  position: relative;
  padding: 50px 6% 50px;
  background: url("../images/about-back.jpg") no-repeat center;
  height: 675px;
}
#index-body .i-quality:after {
  content: '';
  position: absolute;
  width: 100%;
  border: solid 0.5px #dedede;
  left: 0px;
  right: 0px;
  top: 46%;
}
#index-body .i-quality .quality-box {
  padding: 0px;
  position: relative;
  padding: 40px 10% 0px;
}
#index-body .i-quality .quality-box:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #027e43;
  z-index: 9;
}
#index-body .i-quality .quality-box .quality-box-text {
  height: 220px;
  position: relative;
}
#index-body .i-quality .quality-box .quality-box-text:before {
  content: '';
  border-left: 1px dotted #b3b3b3;
  height: 28px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transition: all 0.3s ease-out 0s;
}
#index-body .i-quality .quality-box .quality-box-text .tu {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #6c6b6b;
  padding-top: 10px;
  margin-bottom: 20px;
}
#index-body .i-quality .quality-box .quality-box-text .text {
  height: 70px;
  overflow: hidden;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: absolute;
  bottom: 55px;
  width: 100%;
  z-index: 11;
}
#index-body .i-quality .quality-box .quality-box-text .text a {
  display: inline-block;
}
#index-body .i-quality .quality-box .quality-box-text .text h4 {
  font-size: 14px;
  color: #030303;
  margin-bottom: 10px;
}
#index-body .i-quality .quality-box .quality-box-text .text p {
  font-size: 13px;
  color: #6c6a6a;
}
#index-body .i-quality .quality-box .quality-box-text .yuan {
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 10;
}
#index-body .i-quality .quality-box .quality-box-text .yuan .bor {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #6d6d6d;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
#index-body .i-quality .quality-box:hover {
  /*border: solid 1px #dedede;*/
 /* background-color: #fff;*/
}
#index-body .i-quality .quality-box:hover:after {
 /* width: 100%;
  left: 0%;*/
}
#index-body .i-quality .quality-box:hover .tu {
  display: none;
}
#index-body .i-quality .quality-box:hover .text {
  height: 150px;
}
#index-body .i-quality .quality-box:hover .text h4 {
  font-size: 18px;
  color: #0bc309;
  font-weight: bolder;
}
#index-body .i-quality .quality-box:hover .text p {
  line-height: 1.8em;
}
#index-body .i-quality .quality-box:hover .yuan .bor {
  border: solid 7px #0bc309;
  background-color: #fff;
}
#index-body .i-quality .quality-box1 {
  padding: 40px 10% 50px;
  position: relative;
}
#index-body .i-quality .quality-box1:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #027e43;
  z-index: 9;
}
#index-body .i-quality .quality-box1 .quality-box-text .tu {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1px #6c6b6b;
  padding-top: 10px;
  margin-bottom: 20px;
}
#index-body .i-quality .quality-box1 .quality-box-text .text {
  position: absolute;
  width: 100%;
}
#index-body .i-quality .quality-box1 .quality-box-text:before {
  content: '';
  border-left: 1px dotted #b3b3b3;
  height: 28px;
  position: absolute;
  top: -30px;
  left: 50%;
  transition: all 0.3s ease-out 0s;
}
#index-body .i-quality .quality-box1 .quality-box-text .yuan {
  position: absolute;
  top: -50px;
}
#index-body .i-quality .quality-box1 .quality-box-text .yuan .bor {
  margin-top: 0px;
}
#index-body .i-quality .quality-box1:hover {
 /* border: solid 1px #dedede;
  background-color: #fff;*/
}
#index-body .i-quality .quality-box1:hover:after {
  /*width: 100%;
  left: 0%;*/
}
#index-body .i-quality .quality-box1:hover .tu {
  display: none;
}
#index-body .i-quality .quality-box1:hover .text {
  height: 150px;
}
#index-body .i-quality .quality-box1:hover .text h4 {
  font-size: 18px;
  color: #0bc309;
  font-weight: bolder;
}
#index-body .i-quality .quality-box1:hover .text p {
  line-height: 1.8em;
}
#index-body .i-quality .quality-box1:hover .yuan .bor {
  border: solid 7px #0bc309;
  background-color: #fff;
}
#index-body .i-quality .quality-box3 .quality-box-text .tu {
  padding-top: 18px;
}
#index-body .i-about {
  background: url("../images/about-back1.jpg") no-repeat top center;
  padding-top: 50px;
}
#index-body .i-about .tit {
  margin-bottom: 20px;
}
#index-body .i-about .tit h3 {
  font-size: 22px;
  color: #999999;
}
#index-body .i-about .tit p {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
#index-body .i-about .about-box {
  padding-bottom: 80px;
}

#index-body .i-about .about-lun-box{
  margin-left: 90px;
  margin-top: 40px;

}
#index-body .i-about .about-lun-box .about-news-swiper{
  width: 300px;
}
#index-body .i-about .about-lun-box h3 a{
  font-size: 15px; color:#02872c;
}

#index-body .i-about .about-box .about-left {
  width: 15%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
#index-body .i-about .about-box .about-left h3 {
  font-size: 67px;
  font-family: 'CTCuYuanSF';
  color: #fff;
}
#index-body .i-about .about-box .about-left p {
  color: #999999;
  font-size: 23.8px;
}
#index-body .i-about .about-box .about-text {
  width: 60%;
  background-color: #646464;
  display: inline-block;
  vertical-align: top;
  padding: 30px 30px 45px;
  margin-right: 30px;
}
#index-body .i-about .about-box .about-text p {
  color: #b6b6b6;
  line-height: 2em;
}
#index-body .i-about .about-box .about-jt {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  padding-top: 15px;
}
#index-body .i-about .about-swiper .fac-box img {
  width: 100%;
}
#index-body .i-news {
  padding: 70px 0px 40px;
  position: relative;
}
#index-body .i-news:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  top: 225px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
#index-body .i-news .tit {
  margin-bottom: 70px;
}
#index-body .i-news .tit h3 {
  font-size: 22px;
  color: #848484;
}
#index-body .i-news .tit h3 span {
  font-size: 16px;
  text-transform: uppercase;
}
#index-body .i-news .news-lunbo {
  position: relative;
}
#index-body .i-news .news-lunbo .news-box {
  margin-bottom: 45px;
}
#index-body .i-news .news-lunbo .news-box .date {
  font-size: 26.5px;
  color: #9a9a9a;
  margin-bottom: 5px;
}
#index-body .i-news .news-lunbo .news-box .bor {
  height: 30px;
  background: url("../images/news-yuan.png") no-repeat 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
#index-body .i-news .news-lunbo .news-box .text {
  margin-top: 15px;
}
#index-body .i-news .news-lunbo .news-box .text h3 {
  margin-bottom: 20px;
  color: #000;
}
#index-body .i-news .news-lunbo .news-box .text p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 2em;
}
#index-body .i-news .news-lunbo .news-box:hover .date {
  color: #027e43;
}
#index-body .i-news .news-lunbo .news-box:hover .bor {
  background: url("../images/news-yuan-hover.png") no-repeat 10px;
}
#index-body .i-news .news-lunbo .news-box:hover .text h3 {
  color: #027e43;
}
#index-body .i-news .news-lunbo .more {
  display: inline-block;
  width: 140px;
  height: 37px;
  background: url("../images/jia.png") no-repeat center #027e43;
}
#index-body .i-news .news-lunbo .more:hover {
  background-color: #02502b;
}
#index-body .i-news .news-lunbo .lunbo-bott-box {
  position: absolute;
  top: -6px;
  right: -60px;
}
#index-body .i-news .news-lunbo .lunbo-bott-box .bott {
  display: block;
  width: 60px;
  height: 60px;
  border: solid 1px #e5e5e5;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}
#index-body .i-news .news-lunbo .lunbo-bott-box .bott img {
  display: inline-block;
}
#index-body .i-news .news-lunbo .lunbo-bott-box .news-bott-left {
  border-bottom: none;
}
#index-body .i-news .news-lunbo .lunbo-bott-box .news-bott-right {
  border-top: none;
}
#index-body .i-partner {
  background-color: #1e1e1e;
  padding: 60px 0px 30px;
}
#index-body .i-partner .tit {
  color: #fff;
  margin-bottom: 25px;
}
#index-body .i-partner .tit h3 {
  font-size: 20.5px;
}
#index-body .i-partner .tit h3 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 16.5px;
  text-transform: uppercase;
}
#index-body .i-partner .par-box {
  width: 100%;
}
#index-body .i-partner .par-box img {
  width: 100%;
}
#index-body .i-partner .more {
  display: inline-block;
  margin-top: 30px;
  width: 140px;
  height: 37px;
  background: url("../images/jia.png") no-repeat center #027e43;
}
#index-body .i-partner .more:hover {
  background-color: #02502b;
}
#index-body .i-contact .con-box-posi {
  position: relative;
}
#index-body .i-contact .con-box {
  background-color: #fff;
  padding: 30px 90px 50px;
  color: #2c4058;
  position: absolute;
  top: -180px;
  width: 100%;
}
#index-body .i-contact .con-box .tit {
  margin-bottom: 35px;
}
#index-body .i-contact .con-box .tit .bor {
  display: inline-block;
  width: 100px;
  border-top: solid 1px #000;
}
#index-body .i-contact .con-box .tit h3 {
  font-size: 30px;
}
#index-body .i-contact .con-box .con-left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
#index-body .i-contact .con-box .con-left p {
  font-size: 18px;
  margin-bottom: 30px;
}
#index-body .i-contact .con-box .con-left p i {
  color: #027e43;
  margin-right: 15px;
}
#index-body .i-contact .con-box .con-right {
  width: 54%;
  display: inline-block;
}
#index-body .i-contact .con-box .con-right p {
  width: 320px;
  margin-bottom: 10px;
}
#index-body .i-contact .con-box .con-right p input {
  width: 100%;
  line-height: 38px;
  font-size: 17px;
  padding: 0px 10px;
  border: none;
  border-bottom: solid 1px #4f4f4f;
}
#index-body .i-contact .con-box .con-right p.submit {
  width: 140px;
  height: 50px;
  margin-top: -55px;
}
#index-body .i-contact .con-box .con-right p.submit input {
  background: none;
  line-height: 50px;
  font-size: 16px;
  border: solid 1px #4f4f4f;
}
#index-body .i-contact .con-box .con-right p.submit input:hover {
  background-color: #027e43;
  color: #fff;
  border: none;
}
#footer .container {
  width: 1300px;
}
#footer .foo-top {
  background-color: #202020;
  padding: 60px 0px 30px;
  color: #fff;
}
#footer .foo-top .link-box {
  display: inline-block;
  vertical-align: top;
}
#footer .foo-top .link-box a {
  color: #d3d3d3;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#footer .foo-top .link-box a:hover {
  color: #fff;
}
#footer .foo-top .link-box1 {
  width: 15%;
}
#footer .foo-top .link-box2 {
  width: 18%;
}
#footer .foo-top .link-box3 {
  width: 40%;
}
#footer .foo-top .link-box3 .rexian {
  background: url("../images/foo-tel.png") no-repeat left 5px;
  padding-left: 28px;
}
#footer .foo-top .link-box3 .text {
  padding-left: 28px;
}
#footer .foo-top .link-box3 p {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
}
#footer .foo-top .link-box3 span {
  font-size: 14px;
}
#footer .foo-top .link-box4 {
  width: 25%;
  text-align: right;
}
#footer .foo-top .link-box4 .tu-box {
  display: inline-block;
  vertical-align: top;
}
#footer .foo-top .link-box4 .ewm-box {
  margin-top: 20px;
}
#footer .foo-top .link-box4 .ewm-box{

}
#footer .foo-top .link-box4 .ewm-box .tu-box {
  margin: 0px 3px;
}
#footer .foo-bottom {
  background-color: #000000;
}
#footer .foo-bottom a {
  line-height: 55px;
  color: #d3d3d3;
  margin: 0px 10px;
}
#footer .foo-bottom a:hover {
  color: #fff;
}


.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #333;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #027e43 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #027e43;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #027e43;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #fff;
  padding: 10px 12px 10px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #ffffff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
}

.i-link-box {
  position: fixed;
  bottom: 300px;
  right: 0px;
  z-index: 99;
}
.i-link-box .ewm-box{
  position: absolute;
  top: 0px;
  right: 55px;

}
.i-link-box .social-box {
  background-color: #354953;
  height: 48px;
  color: #fff;
  padding: 13px 5px;
  position: relative;
  right: -145px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  margin-bottom: 1px;
}
.i-link-box .color-box1{
	background-color: #67076f;
}
.i-link-box .color-box2{
	background-color: #8bc48d;
}
.i-link-box .color-box3{
	background-color: #e6776c;
}
.i-link-box .color-box4{
	background-color: #bc3f61;
}

.i-link-box .social-box .box-left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0px;
  width: 48px;
}
.i-link-box .social-box .box-left a{
  color: #fff;
}
.i-link-box .social-box .box-left i {
  font-size: 25px;
}
 .i-link-box .social-box .box-right {
  display: inline-block;
}
 .i-link-box .social-box .box-right p {
  line-height: 25px;
  border-left: solid 2px #fff;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 14px;
  width: 137px;
}
.i-link-box .ewm-box{
  display: none;

}

 .i-link-box .color-box2:hover {
  right: 0px;
}
 .i-link-box .color-box3:hover {
  right: 0px;
}
 .i-link-box .social-box1 {
  height: 48px;
  color: #fff;
  padding: 13px 5px;
  position: relative;
  right: -145px;
  margin-bottom: 1px;
  cursor: pointer;
}
 .i-link-box .social-box1 .box-left1 {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0px;
  width: 48px;
}
 .i-link-box .social-box1 .box-left1 img {
  
  display: inline-block;
}
 .i-link-box .social-box1 .box-right {
  display: inline-block;
}
 .i-link-box .social-box1 .box-right p {
  line-height: 25px;
  border-left: solid 2px #87c1e5;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2000;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  display: none;
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #006eb3;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #006eb3;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #eee;
}
#mobile.white .menu-content {
  background: #eee;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #mobile #menu-on {
    left: 100%;
  }
  #mobile {
    left: -280px;
  }
  #mobile:before {
    right: 100%;
    left: auto;
  }
  #mobile.active {
    left: 0;
  }
  #mobile.active:before {
    left: auto;
    right: 0;
  }
  #mobile .mobile-logo {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  .inner-banner {
    margin-top: 40px;
  }
}

.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.about-page .c-dingzhi .s-world .tit-box{
  margin-bottom: 30px;
}
.about-page .c-dingzhi .s-world .tit-box .tit{
  display: inline-block;
  padding: 20px 30px;
  background:url('../images/cutom-tit-back.png') no-repeat center;

}
.about-page .c-dingzhi .s-world .tit-box .tit h3{
  font-size: 30px;
}
.about-page .c-dingzhi .s-world .tit-box .tit p{
  font-size: 13px;
  text-transform: uppercase;
}
.about-page .c-dingzhi .s-world{
  margin-bottom: 50px;
}
.about-page .c-dingzhi .s-world .word-box .word-text{
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-right: 1%;
  padding-top: 20px;
}
.about-page .c-dingzhi .s-world .word-box .word-text p{
  font-size: 14px;
  line-height: 2em;
}
.about-page .c-dingzhi .s-world .word-box .word-text p span{
  color: #3e9232;
  display: inline-block;
  margin-right: 10px;
}
.about-page .c-dingzhi .s-world .word-box .word-text p.mb{
  margin-bottom: 45px;
}

.about-page .c-dingzhi .s-world .word-box .word-tu{
  width: 53%;
  display: inline-block;
  vertical-align: top;
}
.about-page .c-dingzhi .c-fac{
  padding-bottom: 40px;
}
.about-page .c-dingzhi .c-fac .fac-boxs .tu{
  display: inline-block;
  margin: 0px 10px;
}
.about-page .c-technical{
  background-color: #f3f2f2;
  padding: 45px 0px;

}
.about-page .c-technical .tech-boxs .tech-left{
  width: 26%;
  height: 544px;
  background-color: #3e9232;
  color: #fff;
  padding: 150px 30px 0px;
}
.about-page .c-technical .tech-boxs .tech-right{
  width: 37%;
  height: 544px;
}
.about-page .c-technical .tech-boxs .tech-right .tech-text{
  height: 271.95px;
  padding: 25px 33px;
  background-color: #fff;
}
.about-page .c-technical .tech-boxs .tech-right .tech-text h4{
  font-size: 22.7px;
  margin-bottom: 10px;
}
.about-page .c-technical .tech-boxs .tech-right .tech-text p{
  line-height: 1.7em;
}

.about-page .c-technical .tech-boxs .tech-left .tit-box{
  margin-bottom: 30px;
}
.about-page .c-technical .tech-boxs .tech-left .tit-box .tit{
  display: inline-block;
  padding: 20px 30px;
  background:url('../images/cutom-tit-back1.png') no-repeat center;

}
.about-page .c-technical .tech-boxs .tech-left .tit-box .tit h3{
  font-size: 30px;
}
.about-page .c-technical .tech-boxs .tech-left .tit-box .tit p{
  font-size: 13px;
  text-transform: uppercase;
}


.about-page .t-equipment{
  padding: 40px 0px;
}

.about-page .t-equipment .tit-box{
  margin-bottom: 60px;
}
.about-page .t-equipment .tit-box .te{
  font-size: 16px;
  line-height: 2em;
}
.about-page .t-equipment .tit-box .tit{
  display: inline-block;
  padding: 20px 30px;
  background:url('../images/cutom-tit-back.png') no-repeat center;
  margin-bottom: 35px;

}
.about-page .t-equipment .tit-box .tit h3{
  font-size: 30px;
}
.about-page .t-equipment .tit-box .tit p{
  font-size: 13px;
  text-transform: uppercase;
}
.about-page .t-equipment img{
  display: inline-block;
}


.about-page .t-exhit{
  padding: 40px 0px;
  background-color: #f3f2f2;
}

.about-page .t-exhit .tit-box{
  margin-bottom: 60px;
}
.about-page .t-exhit .tit-box .te{
  font-size: 16px;
  line-height: 2em;
}
.about-page .t-exhit .tit-box .tit{
  display: inline-block;
  padding: 20px 30px;
  background:url('../images/cutom-tit-back.png') no-repeat center;
  margin-bottom: 35px;

}
.about-page .t-exhit .tit-box .tit h3{
  font-size: 30px;
}
.about-page .t-exhit .tit-box .tit p{
  font-size: 13px;
  text-transform: uppercase;
}
.about-page .t-exhit img{
  display: inline-block;
}





.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom:30px;
}
.prodet-page .prodet-pics .pro-det-one .prodetail{
  margin-bottom: 25px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #027e43;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one table {
	width:100% !important;
	border:none !important;
	height:auto !important;
}
.prodet-page .prodet-pics .pro-det-one table tr {
	border:none !important;
}
.prodet-page .prodet-pics .pro-det-one table td {
	width:50% !important;
	height:auto !important;
	padding:5px;
	border:none;
}
.wp-video {
	width:auto !important;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .prodet-det-two{line-height:30px;}
.prodet-page .prodet-det-two table td{ line-height:30px; height:30px; text-align:center;}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #027e43;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #027e43;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #027e43 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #027e43;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #027e43;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents img{
  display: block;
  margin: 0 auto;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;

}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa.fa-mobile{
  font-size: 28px;
}
.contact-page .c-list-box .contactList .info .fa.fa-phone{
  font-size: 20px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #027e43;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .header-box {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #banner,
  .inner-banner {
    margin-top: 78px;
  }
  #banner .ws-title {
    display: none!important;
  }
  .header-box {
    display: block;
  }
  #header {
    display: none;
  }
  .header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    background: #000;
  }
  .header-box.scoll,
  .header-box.hnner,
  .header-box:hover {
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-box.scoll .nav li a,
  .header-box.hnner .nav li a,
  .header-box:hover .nav li a {
    color: #666666;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header-box.scoll .nav li a:before,
  .header-box.hnner .nav li a:before,
  .header-box:hover .nav li a:before {
    background: #0078d7;
  }
  .header-box.scoll .nav li:hover a,
  .header-box.scoll .nav li.current a,
  .header-box.hnner .nav li:hover a,
  .header-box.hnner .nav li.current a,
  .header-box:hover .nav li:hover a {
    color: #0078d7;
  }
  .header {
    padding: 16px 62px 16px 70px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .logo {
    float: left;
    position: relative;
    overflow: auto;
    width: 225px;
    line-height: 1;
  }
  .header-right {
    float: right;
    margin-top: 24px;
  }
  .nav {
    float: left;
  }
  .nav li {
    float: left;
    padding-right: 115px;
    line-height: 1;
  }
  .nav li:last-child {
    padding-right: 0;
  }
  .nav li a {
    display: block;
    line-height: 1;
    font-size: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #ffffff;
    padding-bottom: 35px;
    position: relative;
  }
  .nav li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
  }
  .nav li:hover a,
  .nav li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav li:hover a:before,
  .nav li.current a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
  }
  .menubox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    background: #0078d7;
    filter: alpha(opacity=80);
    background: rgba(0, 120, 215, 0.8);
  }
  .menuwr h2 {
    float: left;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 54px;
    line-height: 1;
    margin-top: 12px;
  }
  .menulist {
    float: left;
    padding-left: 45px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 110px;
    margin-top: 12px;
  }
  .meun-down {
    display: none;
  }
  .menuwr {
    padding: 28px 0 32px;
  }
  .menulist li {
    margin-bottom: 16px;
  }
  .menulist li a {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
  }
  .menulist li a:hover,
  .menulist li a.active {
    color: #ff9e00;
  }
  .menuimg {
    float: right;
    width: 250px;
    line-height: 1;
    overflow: hidden;
  }
  .menuimg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .menubtn {
    width: 27px;
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
  }
  .menubtn span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
  }
  .menubtn span:after,
  .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
  }
  .menubtn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .phei {
    display: none;
    height: 0;
  }
  .navigate {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 80px 0;
    overflow-y: auto;
    display: none;
  }
  .navigateli {
    width: 100%;
  }
  .navigateli > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .navigateli > li.on > a {
    background: #0078d7;
    color: #fff;
  }
  .navigateli > li > a {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .menudowns {
    padding: 10px 0 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
  }
  .menudowns li {
    margin-bottom: 10px;
    text-align: center;
  }
  .menudowns li:last-child {
    margin-bottom: 0;
  }
  .menudowns li a {
    display: inline-block;
    color: #999999;
    font-size: 16px;
  }
}

/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  padding: 15px;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  margin-top: -26px;
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.video-page .pro-list .con-box {
  margin-top: 0px;
}

.i-product .pro-list .con-box a:hover {
  color: #027e43!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 35px 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-page .pro-list .con-box .inner-box .tit a {
 font-size: 14px;
}
.video-page .pro-list .con-box .inner-box{
  padding-top: 10px;
}


.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #027e43;
  border-color: #027e43;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #027e43;
}
.slideBox {
    overflow: hidden;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    z-index: 99;
}

.ws-title{

}

.ws-title h2{
  font-family: montserrat-bold;

}
.ws-title p{
      font-family: montserrat-semibold;
  font-style: italic;
}
#wowslider-container1 .ws-title div{
  width: 100% !important;
}

.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #027e43;
  border-color: #027e43;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #027e43;
}

@media screen and (max-width: 1500px){
  #header{
    display: block !important;
    position: relative;
    z-index: 9;
  }
  #header .nav .menu-box{
    width: 50%;
  }
  #header .nav .menu-box .menu > li{
    margin: 0px 2%;
  }
  #header .nav .menu-box .menu > li > a{
    font-size: 15px;

  }
    #header .nav .h-search form{
      width: 180px;
    }
    #header .nav .h-search form input{
      width: 140px;
    }
    #header .nav .menu-box{
      padding-left: 0px;
    }


}

@media screen and (max-width: 1150px){
  #header .nav .logo-box{
    padding: 40px 30px;
  }

  #header .nav .menu-box .menu > li > a{
    font-size: 13px;
  }
  #header .nav .menu-box .menu > li .sub-menu li a{
    font-size: 12px;
  }
 

}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1440px){
  #footer .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px){
  .container{
    width: 970px
  }
  #footer .container {
    width: 970px;
  }
	#index-body .i-contact .con-box .con-right p.submit{
		float: none;
		margin-top:0;
	}
	#index-body .i-contact .con-box .con-right p.submit input{
		    line-height: 30px;
	}
	#index-body .i-contact .con-box .con-right p.submit{
		height:30px;
	}
	#index-body .i-contact .con-box{
		padding: 30px 90px 10px;
	}
	.about-page .c-dingzhi .c-fac .fac-boxs .tu{
		    width: 24%;
    padding: 0 3px;
		margin: 0;
	}
	.about-page .c-technical{
		display: none;
	}
}
@media screen and (max-width: 1100px){
  #mobile #menu-on {
    left: 100%;
  }
  #mobile {
    left: -280px;
  }
  #mobile:before {
    right: 100%;
    left: auto;
  }
  #mobile.active {
    left: 0;
  }
  #mobile.active:before {
    left: auto;
    right: 0;
  }
  #mobile .mobile-logo {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #header{
    display: none !important;
  }
  .inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px){
  .container{
    width: 700px
  }
  #footer .container {
    width: 700px;
  }
	#index-body .i-strength .strength-boxs .str-text-box{
		float:none;
		width:100%;
	}
	#index-body .i-strength .strength-boxs .str-boxs{
		float:none;
		width:100%;
		margin-top:20px;
	}
	#footer .foo-top .link-box1{
		display:none;
	}
	#footer .foo-top .link-box2{
		display:none;
	}
	#footer .foo-top .link-box3{
		width:72%;
	}
	.i-product .pro-list > .column{
		width: 50% !important;
	}
	.i-product .pro-list .con-box .inner-box{
		    padding: 20px 15px 0;
	}
	.prodet-page .prodet-pics .pro-det-one {
    padding-left: 0%!important;
    width: 100%!important;
		margin-top:30px;
}
	.prodet-page .prodet-pics .pro-bPic {
    width: 100%!important;
}
.prodet-page .prodet-det-two table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
.prodet-page .prodet-det-two table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
	
}
@media screen and (max-width: 700px){
  .container{
    width: 100%
  }
  #footer .container {
    width: 100%;
  }
	#index-body .i-strength .strength-boxs .str-boxs .column{
		width:50%;
	}
	#index-body .i-quality{
		display:none;
	}
	#index-body .i-about .about-box .about-jt{
		display: none;
	}
	#index-body .i-about .about-box .about-text{
		margin-right:0;
		width:69%;
}
	#index-body .i-about .about-box .about-left{
		width:30%;
	}
	#index-body .i-contact{
		display:none;
	}
	#footer .foo-top{
		padding: 50px 0 !important;
}
	.i-product .pro-list > .column{
		width: 100% !important;
	}
	.news-page .new-list li .new-pic{
		width:100%;
		float: none;
	}
	.news-page .new-list li .new-con{
		width:100%;
		margin-top: 30px;
		float: none;
	}
	.about-page .c-dingzhi .s-world .word-box .word-text{
		width:100%;padding-right:0;
	}
	.about-page .c-dingzhi .s-world .word-box .word-tu{
		display: none;
	}
	.about-page .c-dingzhi .c-fac .fac-boxs .tu {
    width: 49%;
    padding: 10px;
    margin: 0;
}
	.mejs-container{
		width: 100% !important;
	}
}
@media screen and (max-width: 500px){
	#index-body .i-strength .strength-boxs .str-text-box .text{
		width: 100%;
		padding: 0 15px;
	}
	#index-body .i-strength{
		    padding: 0 0px 150px;
	}
	#index-body .i-strength .strength-boxs .str-text-box .text h3{
		margin-bottom: 0;
	}
	#index-body .i-strength .strength-boxs .str-boxs .column{
		width: 100%;
		padding: 15px;
	}
	#index-body .i-num{
		display:none;
	}
	#index-body .i-about .about-box .about-text{
		    width: 100%;    padding: 15px;
	}
	#index-body .i-about .about-lun-box{
		margin-left: 0;margin-top: 10px;
	}
	#index-body .i-about .about-box .about-left{
		    width: 100%;padding-left:0;
	}
	#index-body .i-news .news-lunbo .lunbo-bott-box{
		display: none;
	}
	#footer .foo-top .link-box4{
		display:none;
	}
	#footer .foo-top .link-box3{
		width: 100%;
	}
}



